projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d5efd
)
* doc/misc/sem-user.texi (Semantic mode user commands): Typo fix.
author
Glenn Morris
<rgm@gnu.org>
Thu, 9 Feb 2012 07:35:21 +0000
(23:35 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 9 Feb 2012 07:35:21 +0000
(23:35 -0800)
doc/misc/ChangeLog
patch
|
blob
|
history
doc/misc/sem-user.texi
patch
|
blob
|
history
diff --git
a/doc/misc/ChangeLog
b/doc/misc/ChangeLog
index 29d18af112e8e46653336d2cae13b2663cfc0dd2..ff71a6857af4f75d722a1db504474c8c456d3253 100644
(file)
--- a/
doc/misc/ChangeLog
+++ b/
doc/misc/ChangeLog
@@
-1,5
+1,7
@@
2012-02-09 Glenn Morris <rgm@gnu.org>
+ * sem-user.texi (Semantic mode user commands): Typo fix.
+
* info.texi (Create Info buffer): Mention info-display-manual.
2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
diff --git
a/doc/misc/sem-user.texi
b/doc/misc/sem-user.texi
index 1984d69a695d5f5e4e53758ddd4c6802131b439d..e223f98d46a591ce6930d238888ba0c2bb174441 100644
(file)
--- a/
doc/misc/sem-user.texi
+++ b/
doc/misc/sem-user.texi
@@
-176,7
+176,7
@@
Copy the current tag into a register
kill it as well. This allows you to insert or jump to that tag with
the usual register commands. @xref{Registers,,,emacs,Emacs manual}.
-@item
\
C-c , @kbd{up}
+@item C-c , @kbd{up}
Transpose the current tag with the previous one
(@code{senator-transpose-tags-up}).